.jich-lunbotu{
	width: 100%;
	min-width:1200px;
	max-width: 1920px;
	margin: 0px auto;
	height: 550px;
	overflow: hidden;
}
.jich-lunbotu-wrap{
	width:1920px;
	height:100%;
	clear:both;
	position:relative;
	left: 50%;
	top: 0px;
	margin-left: -960px;
}
.jich-lunbotu-wrap ul li{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
    display:none;
	cursor:pointer;
}
.jich-lunbotu-wrap ul li a,
.jich-lunbotu-wrap ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.jich-lunbotu-wrap .jich-lunbotu-button{
	position:absolute;
	height:30px;
    bottom:10px;
    left:0px;
    width:100%;
    text-align: center;
}
.jich-lunbotu-button-con{
	border-radius: 15px;
	background: rgba(0,0,0,0.4);
	padding: 0px 25px;
	display: inline-block;
	height:30px;
	position:relative;
}
.jich-lunbotu-button-con:before{
	content: '';
	width: 70%;
	height:15px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	position:absolute;
	left:15%;
	top:0px;
	display: block;
}
.jich-lunbotu-wrap .jich-lunbotu-button span{
    display:inline-block;
	width:13px;
	height:13px;
	border-radius: 13px;
	margin:8.5px 3px;	
	background-color:#fff;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
}